projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31d87da
)
(have_menus_p): Renamed from using_x_p.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 26 Dec 1995 04:39:17 +0000
(
04:39
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 26 Dec 1995 04:39:17 +0000
(
04:39
+0000)
src/w32xfns.c
patch
|
blob
|
history
diff --git
a/src/w32xfns.c
b/src/w32xfns.c
index 0fda8c87e6b4a728590725992ccdee504ce31990..ed9c9dc036c693eec1c9d60277c4cc7f600d6359 100644
(file)
--- a/
src/w32xfns.c
+++ b/
src/w32xfns.c
@@
-277,9
+277,9
@@
XParseGeometry (string, x, y, width, height)
return (mask);
}
-/*
The semantics of the use of using_x_p is really using_a_window_system
. */
+/*
We can use mouse menus when we wish
. */
int
-
using_x
_p (void)
+
have_menus
_p (void)
{
return 1;
}